SEEK_SET

Less dependencies

Values

ValueMeaning
SEEK_SET

Offset is relative to the beginning

SEEK_CUR

Offset is relative to the current position

SEEK_END

Offset is relative to the end

Meta